Fix a typo in the docs. (#157044, Masao Mutoh)
authorMatthias Clasen <mclasen@redhat.com>
Mon, 1 Nov 2004 16:09:23 +0000 (16:09 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 1 Nov 2004 16:09:23 +0000 (16:09 +0000)
2004-11-01  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkactiongroup.c (gtk_action_group_get_visible): Fix a typo in
the docs.  (#157044, Masao Mutoh)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkactiongroup.c

index 0ff469bbe23dcb1a56af952a5a096cfc615cb1ea..99908b58fae4816d3c9e9e0c6aada35bfe955816 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-11-01  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkactiongroup.c (gtk_action_group_get_visible): Fix a typo in
+       the docs.  (#157044, Masao Mutoh)
+
 2004-10-31  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtkcombobox.c (gtk_combo_box_button_state_changed): Update the
index 0ff469bbe23dcb1a56af952a5a096cfc615cb1ea..99908b58fae4816d3c9e9e0c6aada35bfe955816 100644 (file)
@@ -1,3 +1,8 @@
+2004-11-01  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkactiongroup.c (gtk_action_group_get_visible): Fix a typo in
+       the docs.  (#157044, Masao Mutoh)
+
 2004-10-31  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtkcombobox.c (gtk_combo_box_button_state_changed): Update the
index 0ff469bbe23dcb1a56af952a5a096cfc615cb1ea..99908b58fae4816d3c9e9e0c6aada35bfe955816 100644 (file)
@@ -1,3 +1,8 @@
+2004-11-01  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkactiongroup.c (gtk_action_group_get_visible): Fix a typo in
+       the docs.  (#157044, Masao Mutoh)
+
 2004-10-31  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtkcombobox.c (gtk_combo_box_button_state_changed): Update the
index 0ff469bbe23dcb1a56af952a5a096cfc615cb1ea..99908b58fae4816d3c9e9e0c6aada35bfe955816 100644 (file)
@@ -1,3 +1,8 @@
+2004-11-01  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkactiongroup.c (gtk_action_group_get_visible): Fix a typo in
+       the docs.  (#157044, Masao Mutoh)
+
 2004-10-31  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtkcombobox.c (gtk_combo_box_button_state_changed): Update the
index 729b7104dbae5a25c125960101f21adcb4b746a6..f081dc3dc56a1145ef2e90a69897b47ec7ae3d65 100644 (file)
@@ -456,7 +456,7 @@ gtk_action_group_set_sensitive (GtkActionGroup *action_group, gboolean sensitive
  * they are visible (see gtk_action_get_visible()) and their group
  * is visible.
  * 
- * Return value: %TRUE if the group is sensitive.
+ * Return value: %TRUE if the group is visible.
  * 
  * Since: 2.4
  */